home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / ADV - Articles & Misc / Manual for ProDev DDT8_DDT16 / DDT.MANUAL.bxy / DDT.Manual / CHAPTER.7 (.txt) < prev    next >
AppleWorks Document  |  1993-08-05  |  3KB  |  44 lines

  1. O=====<====<====<====<====<====<====<====<====<====<====<====<====<====<====<===
  2. O=====<====<====<====<====<====<====<====<====<====<====<====<====<====<====<===
  3. CHAPTER 7
  4. I"QUit" exits the ProDev DDT. The Quit command assumes the ProDev DDT was J
  5. Hentered with a "JSR" and exits via an "RTS" instruction. If you entered G
  6. Ethe ProDev DDT from the system monitor with "Cn00G", entering a Quit K
  7. Icommand will return you to the system monitor. If any Real breaks remain F
  8. in the program a warning message, "REAL BRKS IN", will be displayed.
  9. JDo NOT use the "QU" command if you have entered the DDT via the "Button". L
  10. JWhen you enter the DDT via the "Button" no return address is available on (
  11. the stack for the "QU" command to use.
  12. FWhen you exit via the Quit command, the ProDev DDT remains active and (
  13. will interpret any breaks that occur. 
  14. GO TO MONITOR
  15. --{DDT8}--
  16. ** - GO TO MONITOR
  17. I    The command "**" places you in the Apple's monitor where you may use >
  18. any of the monitor commands. Use <ctrl>Y to reenter the DDT.
  19. --{DDT16}-- 
  20. ** [I,C] - GO TO MONITOR
  21. H    "**" places you in the Apple's monitor where you may use any of the E
  22. Cmonitor commands. Use <ctrl>Y to reenter the DDT. From the monitor >
  23. you may enter the control panel to make changes of use CDAs.
  24.     "**I" disables interrupts before entering the monitor.
  25. I    "**C" disables interrupts and enables "Cloaking" before entering the F
  26. Dmonitor. The ONLY way to reenter the DDT after enabling cloaking is H
  27. Fwith the "Button". Cloaking does a hardware write protect of the DDT. C
  28. AIn its write protected mode the DDT is not vulnerable to program F
  29. Dcrashes that might otherwise disable it by inadvertently writing to 
  30. the cards memory space.
  31. G    The DDT16 uses the ][GS vector at $00/03FB. If this 3 byte jump is F
  32. trashed then pressing the DDT "Button" will do unpredictable things.
  33. "**" command summary.E
  34. "**"   - Go to monitor, interrupts on, ^Y enabled.  {DDT8 or DDT16}=
  35. "** I" - Go to monitor, interrupts off, ^Y enabled. (DDT16}K
  36. "** C" - Go to monitor, interrupts off, ^Y disabled, Cloaking on. {DDT16}
  37. GIf any Real breaks remain in the program a warning message, "REAL BRKS I
  38. IN", will be displayed. This is to remind you not run the program. The 
  39. Ebreaks would not be interpreted by the ProDev DDT. To clear the Real L
  40. Jbreaks, use <ctrl>Y or press the "Button" to return to the ProDev DDT and H
  41. Fuse the "RA" or "RB
  42. [A]" command. You may now use "**" to reenter the 
  43. system monitor.
  44.